Interface ListLensSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLensSharesRequest.Builder,ListLensSharesRequest>,SdkBuilder<ListLensSharesRequest.Builder,ListLensSharesRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListLensSharesRequest
public static interface ListLensSharesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListLensSharesRequest.Builder,ListLensSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLensSharesRequest.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ListLensSharesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for this request.ListLensSharesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListLensSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLensSharesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLensSharesRequest.BuildersharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.ListLensSharesRequest.Builderstatus(String status)Sets the value of the Status property for this object.ListLensSharesRequest.Builderstatus(ShareStatus status)Sets the value of the Status 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
-
lensAlias
ListLensSharesRequest.Builder lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWithPrefix
ListLensSharesRequest.Builder sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.
- Parameters:
sharedWithPrefix- The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the lens is shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLensSharesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListLensSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
- Parameters:
maxResults- The maximum number of results to return for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListLensSharesRequest.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
ListLensSharesRequest.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
overrideConfiguration
ListLensSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLensSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-