Interface CreateWorkloadShareRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateWorkloadShareRequest.Builder,CreateWorkloadShareRequest>,SdkBuilder<CreateWorkloadShareRequest.Builder,CreateWorkloadShareRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- CreateWorkloadShareRequest
public static interface CreateWorkloadShareRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkloadShareRequest.Builder,CreateWorkloadShareRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateWorkloadShareRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateWorkloadShareRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateWorkloadShareRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateWorkloadShareRequest.BuilderpermissionType(String permissionType)Sets the value of the PermissionType property for this object.CreateWorkloadShareRequest.BuilderpermissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.CreateWorkloadShareRequest.BuildersharedWith(String sharedWith)Sets the value of the SharedWith property for this object.CreateWorkloadShareRequest.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
workloadId
CreateWorkloadShareRequest.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWith
CreateWorkloadShareRequest.Builder sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.- Parameters:
sharedWith- The new value for the SharedWith property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionType
CreateWorkloadShareRequest.Builder permissionType(String permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
permissionType
CreateWorkloadShareRequest.Builder permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
clientRequestToken
CreateWorkloadShareRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateWorkloadShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateWorkloadShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-