Interface GetProtocolsListResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetProtocolsListResponse.Builder,,- GetProtocolsListResponse> - FmsResponse.Builder,- SdkBuilder<GetProtocolsListResponse.Builder,,- GetProtocolsListResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetProtocolsListResponse
@Mutable
@NotThreadSafe
public static interface GetProtocolsListResponse.Builder
extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetProtocolsListResponse.Builder,GetProtocolsListResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetProtocolsListResponse.BuilderprotocolsList(Consumer<ProtocolsListData.Builder> protocolsList) Information about the specified Firewall Manager protocols list.protocolsList(ProtocolsListData protocolsList) Information about the specified Firewall Manager protocols list.protocolsListArn(String protocolsListArn) The Amazon Resource Name (ARN) of the specified protocols list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.fms.model.FmsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
protocolsListInformation about the specified Firewall Manager protocols list. - Parameters:
- protocolsList- Information about the specified Firewall Manager protocols list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
protocolsListdefault GetProtocolsListResponse.Builder protocolsList(Consumer<ProtocolsListData.Builder> protocolsList) Information about the specified Firewall Manager protocols list. This is a convenience method that creates an instance of theProtocolsListData.Builderavoiding the need to create one manually viaProtocolsListData.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprotocolsList(ProtocolsListData).- Parameters:
- protocolsList- a consumer that will call methods on- ProtocolsListData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
protocolsListArnThe Amazon Resource Name (ARN) of the specified protocols list. - Parameters:
- protocolsListArn- The Amazon Resource Name (ARN) of the specified protocols list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-