Interface BatchDetachPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchDetachPolicy.Builder,,- BatchDetachPolicy> - SdkBuilder<BatchDetachPolicy.Builder,,- BatchDetachPolicy> - SdkPojo
- Enclosing class:
- BatchDetachPolicy
@Mutable
@NotThreadSafe
public static interface BatchDetachPolicy.Builder
extends SdkPojo, CopyableBuilder<BatchDetachPolicy.Builder,BatchDetachPolicy> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault BatchDetachPolicy.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference) Reference that identifies the object whose policy object will be detached.objectReference(ObjectReference objectReference) Reference that identifies the object whose policy object will be detached.default BatchDetachPolicy.BuilderpolicyReference(Consumer<ObjectReference.Builder> policyReference) Reference that identifies the policy object.policyReference(ObjectReference policyReference) Reference that identifies the policy object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
policyReferenceReference that identifies the policy object. - Parameters:
- policyReference- Reference that identifies the policy object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyReferencedefault BatchDetachPolicy.Builder policyReference(Consumer<ObjectReference.Builder> policyReference) Reference that identifies the policy object. This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyReference(ObjectReference).- Parameters:
- policyReference- a consumer that will call methods on- ObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
objectReferenceReference that identifies the object whose policy object will be detached. - Parameters:
- objectReference- Reference that identifies the object whose policy object will be detached.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectReferencedefault BatchDetachPolicy.Builder objectReference(Consumer<ObjectReference.Builder> objectReference) Reference that identifies the object whose policy object will be detached. This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
- objectReference- a consumer that will call methods on- ObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-