Interface PolicyAttachedToServiceMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyAttachedToServiceMetadata.Builder,,PolicyAttachedToServiceMetadata> SdkBuilder<PolicyAttachedToServiceMetadata.Builder,,PolicyAttachedToServiceMetadata> SdkPojo
- Enclosing class:
PolicyAttachedToServiceMetadata
@Mutable
@NotThreadSafe
public static interface PolicyAttachedToServiceMetadata.Builder
extends SdkPojo, CopyableBuilder<PolicyAttachedToServiceMetadata.Builder,PolicyAttachedToServiceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe account that owns the service.serviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceArn
Sets the value of the ServiceArn property for this object.- Parameters:
serviceArn- The new value for the ServiceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The account that owns the service.
- Parameters:
accountId- The account that owns the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-